home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
searches
/
ebay.xml
< prev
next >
Wrap
Text File
|
2002-08-30
|
1KB
|
49 lines
<search function="ebay">
<name>eBay</name>
<description>
Search eBay by description or by item number.<br/>
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr><td>ebay guitars</td></tr>
<tr><td>ebay 1503826268</td></tr>
</table>
</description>
<category>Shopping</category>
<link>http://www.ebay.com/</link>
<contributor>Ryan Edwards</contributor>
<form name="ebayf"
action="http://search.ebay.com/search/search.dll"
method="get">
<input type="hidden" name="MfcISAPICommand" value="GetResult"/>
<input type="hidden" name="ht" value="1"/>
<input type="hidden" name="SortProperty" value="MetaEndSort"/>
<input type="hidden" name="query"/>
</form>
<script><![CDATA[
function ebay(q)
{
var res = null;
if( nullArgs("ebay",q) )
return false;
else if ( res = q.match( /^\s*(\d{9,})\s*$/ ) )
{
openSearchWindow('http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?MfcISAPICommand=ViewItem&item=' + res[1]);
}
else
{
document.ebayf.query.value = q;
submitForm(ebayf);
}
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>